home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / card_140745.txt < prev    next >
Text File  |  1989-08-22  |  2KB  |  63 lines

  1. -- card: 140745 from stack: in
  2. -- bmap block id: 145097
  3. -- flags: 0000
  4. -- background id: 33029
  5. -- name: Lower Layer Issues C/14
  6. ----- HyperTalk script -----
  7. on openCard
  8.   beenHereFlag 3,1
  9.   -- first param is item #, second is line # (of global)
  10.   pass openCard
  11. end openCard
  12.  
  13. on doMenu what
  14.   if what is "next" then exit doMenu
  15.   pass doMenu
  16. end doMenu
  17.  
  18. on arrowKey which
  19.   if the textArrows and the optionKey is not down then
  20.     pass arrowKey
  21.     exit to HyperCard
  22.   end if
  23.   if which is "right" then exit arrowKey
  24.   pass arrowKey
  25. end arrowKey
  26.  
  27.  
  28. -- part 1 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=493 top=319 right=341 bottom=512
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 1400 / 1400
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Next
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.  
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part contents for background part 23
  48. ----- text -----
  49. Because of the independence of the layers, when you select a network (i.e., AppleTalk, Ethernet, Token-Ring), your choice can be made without regard to the specifics of the lower functions.  
  50.  
  51. This points to the interchangeability of layers inherent in the OSI model.  The lower functions can be changed without affecting any of the other layers.
  52.  
  53. -- part contents for background part 3
  54. ----- text -----
  55. The Lower Functions: Issues
  56.  
  57. -- part contents for background part 6
  58. ----- text -----
  59. 140745
  60.  
  61. -- part contents for background part 5
  62. ----- text -----
  63. Network Selection with the Chooser